.texte {font-size: 30px; 
 text-align: center;
padding :  10px;
margin-bottom :50px;
color:white
}

.cadre { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: center;
border: 2px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #FF4500;
}

.image_centree{
  width : 50%;
  height : 100%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover {
color: black;
}

a:visited {
color: purple;
}

a:focus {
color: yellow;
  background: grey;
}

p.cadre{
	background-color:#FF1945;
}
.lien{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
body{
	
background-color: #303030;
}